home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global gmovie, gorderlist, pricelist, flag, hiliteline, stax, basetxt, basetitle, currentphoto, currenttxt, currenttitle, currentpalette, currentselection, currentquant, currentname, firstphoto, subtot, subtotal, temprect, shippref, titlecount, querymovie, currentfield, position, disc, ship, fixpal
- set fixpal to FixPalette(mnew, the stageLeft, the stageTop, the stageRight, the stageTop)
- set the stageColor to 255
- set the soundEnabled to 1
- set the soundLevel to 4
- set the floatPrecision to 2
- puppetSprite(25, 0)
- puppetSprite(26, 0)
- puppetSprite(27, 0)
- puppetSprite(28, 0)
- puppetSprite(29, 0)
- puppetSprite(48, 0)
- puppetPalette(0)
- set gorderlist to [:]
- set pricelist to []
- set basecover to the number of cast "base cover"
- set basetxt to the number of cast "base txt"
- set basetitle to the number of cast "base title"
- set the text of cast "orderlist" to EMPTY
- set the text of cast "prodnos" to EMPTY
- set the text of cast "prices" to EMPTY
- set the text of cast "prices2" to EMPTY
- set the text of cast "subtotal" to EMPTY
- set the text of cast "total" to EMPTY
- set the text of cast "discount" to EMPTY
- set currentselection to EMPTY
- set currenttxt to EMPTY
- set currenttitle to EMPTY
- set hiliteline to 1
- set titlecount to 26
- set gmovie to the number of cast "white box"
- set subtot to 0
- set disc to 0
- set ship to 0
- set stax to 0
- set subtotal to 0
- set stax to 0.06499999999999999
- set shippref to 1
- set the text of cast "shipping" to "$4.50"
- set the hilite of cast "ground" to 1
- set position to 0
- append(pricelist, "955, XXX, W/M, 29.88, Betrayal")
- append(pricelist, "975, XXX, W/M, 29.88, Beverly Hills 90269")
- append(pricelist, "956, XXX, W , 29.88, Cat & Mouse - The Movie")
- append(pricelist, "976, XXX, W/M, 29.88, The Other Side of Chelsea")
- append(pricelist, "977, XXX, W/M, 29.88, Deception")
- append(pricelist, "979, XXX, W/M, 29.88, Fisherman's Wife")
- append(pricelist, "980, XXX, W/M, 29.88, Hidden Agenda")
- append(pricelist, "986, XXX, W/M, 39.88, The Adventures of Mikki Finn")
- append(pricelist, "978, XXX, W/M, 29.88, Murphie's Brown")
- append(pricelist, "987, XXX, W/M, 29.88, Sleepwalker")
- append(pricelist, "954, XXX, W/M, 29.88, Wicked - The Movie")
- append(pricelist, "988, XXX, W/M, 29.88, Wire Desire")
- append(pricelist, "971, XXX, W , 39.88, After Midnight Screensaver")
- append(pricelist, "957, X , W , 39.88, Paradise Club Interactive")
- append(pricelist, "989, R , W , 29.88, Screen Candy Screensaver")
- append(pricelist, "990, R , W/M, 69.95, Spy Club")
- append(pricelist, "993, R , W/M, 19.95, Cyber Peep")
- append(pricelist, "991, R , W/M, 29.95, Drive In")
- append(pricelist, "992, R , W/M, 29.95, Divorce Law")
- append(pricelist, "962, XXX, W/M, 29.88, Cat & Mouse - Photo CD")
- append(pricelist, "966, XXX, W/M, 29.88, Double Play I")
- append(pricelist, "967, XXX, W/M, 29.88, Double Play II")
- append(pricelist, "965, X , W/M, 29.88, Hooter Heaven")
- append(pricelist, "952, XX, W/M, 49.88, Wicked - Photo CD (w/software)")
- append(pricelist, "952, XX, W/M, 29.88, Wicked - Photo CD (no software)")
- append(pricelist, "961, XXX, W/M, 29.88, The Mark of Zara")
- end
-
- on BUTTONDOWN
- puppetSound("click")
- set variable to the castNum of sprite the clickOn
- set variable to variable + 1
- set the castNum of sprite the clickOn to variable
- updateStage()
- repeat while the stillDown
- end repeat
- set variable to variable - 1
- set the castNum of sprite the clickOn to variable
- updateStage()
- end
-
- on patchpal
- global fixpal
- fixpal(mPatchIt)
- end
-
- on stopMovie
- global fixpal
- if the machineType = 256 then
- nothing()
- else
- fixpal(mdispose)
- end if
- end
-